Can someone tell me what this means WriteLine("{0,-12}")

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-04-13T02:55:34Z Indexed on 2010/04/13 3:02 UTC
Read the original article Hit count: 305

Filed under:
|
|

{0,-12} is the part i'm curious about..

I'm looking at this example

    Console.WriteLine("{0,-12} {1}", sqlReader.GetName(0),
                                         sqlReader.GetName(1));

Cheers :)

© Stack Overflow or respective owner

Related posts about c#

Related posts about odbc